﻿/*关于*/
.nyabout{
	position: relative;
	z-index: 0;
}
.nyabout ul li{
	width: 50%;
	height: 560px;
	overflow: hidden;
}
.nyabout ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyabout .profile{
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.nyabout .profile .content{
	width: 50%;
	padding-left: 80px;
}
.nyabout .profile .content h2{
	font-size: 64px;
	line-height: 52px;
	margin-bottom: 50px;
	font-family: din;
}
.nyabout .profile .content .summary h3{
	font-size: 36px;
	margin-bottom: 24px;
	line-height: 1;
}
.nyabout .profile .content .summary p{
	line-height: 30px;
}
.nyabout .profile .content h4{
	width: fit-content;
	font-size: 18px;
	line-height: 54px;
	padding: 0 30px;
	margin-top: 46px;
	position: relative;
	z-index: 0;
}
.nyabout .profile .content h4:before{
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #188c49;
	position: absolute;
	top: -5px;
	right: -5px;
}
.nyabout:hover ul li:first-child img{
	transform: scale(1.05);
}

/*服务理念*/
.nyservice{
	padding: 100px 0;
}
.nyservice .list{
	margin-top: 42px;
}
.nyservice .list li{
	width: calc((100% - 60px) / 3);
	padding-bottom: 160px;
	position: relative;
}
.nyservice .list li .content{
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.06);
	height: 160px;
	display: grid;
    align-content: space-between;
    padding: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}
.nyservice .list li .content h3{
	font-size: 24px;
}
.nyservice .list li .content p{
	font-size: 15px;
	line-height: 28px;
	text-align-last: center;
}
.nyservice .list li .content i{
	display: block;
	width: 12px;
	height: 0;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.nyservice .list li .content i:before,
.nyservice .list li .content i:after{
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nyservice .list li .content i:before{
	width: 100%;
	height: 2px;
}
.nyservice .list li .content i:after{
	width: 2px;
	height: 100%;
}
.nyservice .list li:hover .content{
	background: #01a1e9;
	height: 200px;
}
.nyservice .list li:hover .content h3{
	color: #fff;
}
.nyservice .list li:hover .content p{
	color: #fff;
	opacity: 0.8;
}
.nyservice .list li:hover .content i{
	height: 12px;
	transform: rotate(180deg);
}
.nyservice .list li:hover .pic img{
	transform: scale(1.1);
}

/*合作伙伴*/
.nypartner{
	background: url(../images/partnerbg.jpg) no-repeat center;
	background-attachment: fixed;
	padding: 100px 0;
}
.nypartner .list{
	overflow: hidden;
	margin-top: 42px;
}
.nypartner .list ul {
	margin-bottom: -1px;
	margin-right: -1px;
}
.nypartner .list ul li{
	width: calc(100%  / 6);
	border: 1px dashed #dbdbdb;
	border-left: none;
	border-top: none;
}
.nypartner .list ul li:hover{
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}

/*产品中心*/
.nypro{
	padding: 90px 0 100px;
}
.nypro .list ul{
	margin: -15px;
}
.nypro .list ul li{
	background: #f5f5f5;
	width: calc((100% - 90px) / 3);
	margin: 15px;
}
.nypro .list ul li .pic{
	/*padding: 50px;*/
}
.nypro .list ul li .pic img{
	mix-blend-mode: darken;
	margin: 0 auto;
}
.nypro .list ul li .content{
	position: relative;
	z-index: 0;
	display: grid;
	align-content: center;
	/*height: 190px;
	padding: 0 50px;*/
}
.nypro .list ul li .content:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.4s;
}
.nypro .list ul li .content h3{
	font-size: 24px;
	/*margin-bottom: 20px;*/
}
.nypro .list ul li .content p{
	font-size: 14px;
	line-height: 26px;
	text-align-last: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
}
.nypro .list ul li:hover .pic img{
	transform: scale(1.05);
}
.nypro .list ul li:hover .content:before{
	height: 100%;
	background: #01a1e9;
}
.nypro .list ul li:hover .content h3{
	color: #fff;
}
.nypro .list ul li:hover .content p {
    color: #fff;
    opacity: 0.8;
}

/*产品概要*/
.nyprogy{
	padding: 90px 0 100px;
	background: #f5f5f5;
}
.nyprogy .content,
.nyprogy .pic{
	width: calc((100% - 80px) / 2);
}

.nyprogy .pic{
	background: #FFFFFF;
	padding: 80px;
}
.nyprogy .pic:hover img{
	transform: scale(1.08);
}

.nyprogy .content h2{
	font-size: 42px;
	line-height: 1;
}
.nyprogy .content > i{
	display: block;
	width: 50px;
	height: 3px;
	margin: 30px 0 24px;
}
.nyprogy .content .summary{
	line-height: 2;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient:vertical;
}
.nyprogy .content .info{
	padding-top: 20px;
	border-top: 1px solid #dbdbdb;
	margin-top: 32px;
}
.nyprogy .content .info p{
	color: #1a1a1a;
	line-height: 1;
	margin: 20px 0;
}
.nyprogy .content .info p a{
	color: #666;
}
.nyprogy .content .info p:last-child a{
	font-family: din;
}
.nyprogy .content .info a:hover{
	color: #178947;
	text-decoration: underline;
}
.nyprogy .content .conbtn{
	margin: 50px 0 10px;
}
.nyprogy .content .conbtn a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    position: relative;
    z-index: 0;
    width: max-content;
}
.nyprogy .content .conbtn a:first-child{
	background: #0357b9;
	margin-right: 20px;
	padding: 0 30px;
}
.nyprogy .content .conbtn a:last-child{
	background: #178947;
	padding: 0 50px;
}
.nyprogy .content .conbtn a h5{
	font-size: 16px;
}
.nyprogy .content .conbtn a i{
	margin-left: 40px;
}
.nyprogy .content .conbtn a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
    background: rgba(255,255,255,0.1);
}
.nyprogy .content .conbtn a:hover:before{
    height: 100%;
    top: 0;
    opacity: 1;
}

/*产品详情*/
.nyproxq{
	padding: 100px 0;
}
.nyproxq .title{
	font-size: 42px;
	line-height: 1;
	padding-bottom: 40px;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
}
.nyproxq .content{
	padding: 50px 0;
}
.nyproxq .content h3{
	font-size: 20px;
	margin-bottom: 4px;
	color: #178947;
}
.nyproxq .content p{
	line-height: 30px;
	padding: 4px 0;
}
.nyproxq .content div{
	line-height: 30px;
	padding: 4px 0;
}

/*产品询盘*/
.nyproxp{
	background: url(../images/texture.png) center;
	padding: 100px 0;
}
.nyproxp h3{
	font-size: 42px;
	line-height: 1;
	font-weight: 500;
}
.nyproxp .feedback{
	margin-top: 50px;
}
.nyproxp .feedback form dl dd span {
	margin-bottom: 20px;
	line-height: 1;
	color: #1a1a1a;
}
.nyproxp .feedback form dl dd span i {
	color: #ff0000;
}

/*推荐产品*/
.nyprohot{
	padding: 100px 0;
}
.nyprohot h3{
	font-size: 42px;
	line-height: 1;
	font-weight: 500;
}
.nyprohot  .list{
	margin: 50px 0;
}
.nyprohot .list ul li .pic{
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	padding: 40px;
	transition: all 0.4s;
}
.nyprohot .list ul li .pic img{
	mix-blend-mode: darken;
}
.nyprohot .list ul li .content{
	margin-top: 30px;
}
.nyprohot .list ul li .content h4{
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 1;
	font-weight: 400;
}
.nyprohot .list ul li .content p{
	font-size: 14px;
	line-height: 26px;
	text-align-last: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
}
.nyprohot .list ul li:hover .pic{
	background: #fff;
	border: 1px solid #188c49;
}
.nyprohot .list ul li .pic:hover img{
    transform: scale(1.05);
}
.nyprohot .list ul li:hover .content h4{
	color: #188c49;
}

/*荣誉资质*/
.nyhonor{
	padding: 90px 0 100px;
}
.nyhonor .list {
	margin:-16px -10px;
}
.nyhonor .list dl{
	height: auto !important;
}
.nyhonor .list a{
	display: block;
	position: unset !important;
	height: auto !important;
	width: 25% !important;
	padding:16px 10px;
	cursor: pointer;
}
.nyhonor .list a .pic{
	background: #f5f5f5;
	transition: all 0.4s;
	padding: 40px;
	border: 1px solid #f5f5f5;
}

.nyhonor .list a h4{
	text-align: center;
	color: #1a1a1a;
	padding: 0 10px;
	line-height: 1.5;
	margin-top: 20px;
}
.nyhonor .list a:hover .pic{
	background: #fff;
	border-color: #01a1e9;
}
.nyhonor .list a:hover h4{
	color: #01a1e9;
}

/*成功案例*/
.nycase{
	padding: 90px 0 100px;
}
.nycase .list{
	margin: -12px;
}
.nycase .list li{
	width: calc((100% - 72px) / 3);
	padding-bottom: 70px;
	position: relative;
	margin: 12px;
}
.nycase .list li .content{
	background: #f5f5f5;
	height: 70px;
	padding: 25px 20px;
	display: grid;
    align-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}
.nycase .list li .content h3{
	font-size: 18px;
	line-height: 20px;
}
.nycase .list li .content i{
	display: block;
	width: 12px;
	height: 0;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.nycase .list li .content i:before,
.nycase .list li .content i:after{
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nycase .list li .content i:before{
	width: 100%;
	height: 2px;
}
.nycase .list li .content i:after{
	width: 2px;
	height: 100%;
}
.nycase .list li:hover .content{
	background: #188c49;
	height: 110px;
	padding: 30px 20px;
}
.nycase .list li:hover .content h3{
	color: #fff;
}
.nycase .list li:hover .content i{
	height: 12px;
	transform: rotate(180deg);
}
.nycase .list li:hover .pic img{
	transform: scale(1.1);
}

/*案例详情*/
.nycasexq{
	padding: 90px 0 100px;
}
.nycasexq .title{
	line-height: 1;
	font-size: 42px;
	font-weight: 500;
}
.nycasexq .content{
	padding: 50px 0;
}
.nycasexq .content table{
	margin: -10px;
}
.nycasexq .content table tr td{
	padding: 10px;
}
.nycasecop{
	background: url(../images/casebg1.jpg) no-repeat center;
	padding: 100px 0;
	background-size: cover;
}
.nycasecop h3{
	font-size: 28px;
	line-height: 1;
}
.nycasecop h2{
	font-size: 48px;
	margin: 24px 0 50px;
	line-height: 1;
}
.nycasecop h2 span{
	font-family: "黑体";
	font-size: 70px;
	line-height: 0;
	transform: translateY(12px);
	padding: 0 40px;
}
.nycasecop a{
	width: 200px;
	height: 60px;
	margin: 0 auto;
}
.nycasecop a span{
	margin-left: 10px;
}
.nycasecop a:hover span{
	margin-left: 20px;
}

/*新闻资讯*/
.nynews{
	padding: 90px 0 100px
}
.nynews .list ul{
	margin: -18px;
}
.nynews .list ul li{
	width: calc((100% - 108px) / 3);
	margin: 18px;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.06);
}
.nynews .list ul li .pic{
	display: block;
	height: 280px;
	position: relative;
	z-index: 0;
}
.nynews .list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nynews .list ul li .content{
	padding: 40px;
	position: relative;
	z-index: 0;
}
.nynews .list ul li .content:before{
	content: "";
	width: 100%;
	height: 0;
	background: #01a1e9;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all 0.4s;
}
.nynews .list ul li .content h3{
	display: block;
	font-size: 20px;
	color: #1a1a1a;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nynews .list ul li .content p{
	display: block;
	font-size: 15px;
	margin: 16px 0 24px;
	color: #999;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2 ;
	-webkit-box-orient:vertical;
}
.nynews .list ul li .content .date i{
	font-size: 14px;
	color: #01a1e9;
}
.nynews .list ul li .content .date span{
	display: block;
	transform: translateY(1px);
	margin-left: 8px;
	font-size: 15px;
	font-family: din;
	color: #999;
}
.nynews .list ul li .pic:hover img{
    transform: scale(1.1);
}
.nynews .list ul li:hover .content:before{
	height: 100%;
	top: 0;
}
.nynews .list ul li:hover .content h3,
.nynews .list ul li:hover .content .date i{
	color: #fff;
}
.nynews .list ul li:hover .content p,
.nynews .list ul li:hover .content .date span{
	color: #fff;
	opacity: 0.8;
}

/*新闻详情*/
.nynewsxq{
	padding: 90px 0 100px;
}
.nynewsxq .left{
	width: calc(100% - 440px);
}
.nynewsxq .left .title{
	border-bottom: 1px solid #dbdbdb;
}
.nynewsxq .left .title h3{
	font-size: 42px;
	line-height: 1;
}
.nynewsxq .left .title .deliver{
	color: #188c49;
	line-height: 1;
	margin: 30px 0 40px;
}
.nynewsxq .left .title .deliver span{
	font-family: din;
}
.nynewsxq .left .title .deliver i{
	width: 1px;
	height: 12px;
	background: #dbdbdb;
	margin: 0 20px;
}
.nynewsxq .left .content{
	padding: 30px 0;
}
.nynewsxq .left .content p{
	line-height: 28px;
	font-size: 15px;
	padding: 4px 0;
}
.nynewsxq .left .content p img{
	margin: 16px auto;
}

.nynewsxq .right{
	width: 360px;
	position: sticky;
	top: 120px;
}
.nynewsxq .right > h3{
	font-size: 42px;
	line-height: 1;
	font-weight: 500;
}
.nynewsxq .right .list li{
	width: 100%;
	margin-top: 30px;
	
}
.nynewsxq .right .list li .pic{
	margin-bottom: 24px;
}
.nynewsxq .right .list li:not(:first-child) .pic{
	display: none;
}
.nynewsxq .right .list li .content{
	border-bottom: 1px solid #dbdbdb;
	transition: all 0.4s;
}
.nynewsxq .right .list li .content .date i{
	font-size: 14px;
	color: #188c49;
}
.nynewsxq .right .list li .content .date span{
	display: block;
	transform: translateY(1px);
	margin-left: 8px;
	font-size: 14px;
	font-family: din;
	color: #999;
}
.nynewsxq .right .list li .content h3{
	font-size: 16px;
	line-height: 28px;
	margin: 10px 0 24px;
}
.nynewsxq .right .list li:hover .pic img{
	transform: scale(1.1);
}
.nynewsxq .right .list li:hover .content{
	border-color: #188c49;
}
.nynewsxq .right .list li:hover .content h3{
	color: #188c49;
}

/*联系我们*/
.nycontact{
	position: relative;
	z-index: 0;
}
.nycontact ul li{
	width: 50%;
	height: 660px;
	overflow: hidden;
}
.nycontact ul li > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nycontact .coninfo{
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.nycontact .coninfo .content{
	width: 50%;
	padding-left: 80px;
}
.nycontact .coninfo .content .summary h3{
	font-size: 36px;
	margin-bottom: 24px;
	line-height: 1;
}
.nycontact .coninfo .content .summary p{
	line-height: 30px;
}
.nycontact .coninfo .content .list{
	margin-top: 42px;
}
.nycontact .coninfo .content .list dd{
	text-align: center;
	color: #fff;
	width: 50%;
	padding: 50px 20px;
}
.nycontact .coninfo .content .list dd:before{
	background: #188C49;
}
.nycontact .coninfo .content .list dd:first-child,
.nycontact .coninfo .content .list dd:last-child{
	background: rgba(236,244,250,0.1);
}
.nycontact .coninfo .content .list dd:nth-child(2),
.nycontact .coninfo .content .list dd:nth-child(3){
	background: rgba(236,244,250,0.14);
}
.nycontact .coninfo .content .list dd span{
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1;
}
.nycontact .coninfo .content .list dd a{
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-family: din;
}
.nycontact .coninfo .content .list dd em{
	display: block;
	line-height: 24px;
	text-align: center;
}
/*地图*/
#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}
#mapContainer{
	z-index: 10;
}
#mapContainer div.info{
	border: 1px solid #b3b3b3;
}
div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #b3b3b3;
}
div.info-top div {
	display: block;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px;
	text-align: left;
}
div.info-top img {
	position: absolute;
	top: 16px;
	right: 15px;
	transition-duration: 0.25s;
}
div.info-middle {
	height: auto;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.info-middle img {
	float: none !important;
	margin: 0 15px 0 0 !important;
	display: none;
}

div.info-middle p {
	font-size: 14px;
	line-height: 26px;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
	left: 46%;
}
.nymessage{
	padding: 100px 0;
}
.nymessage .feedback{
	margin-top: 42px;
}
.nymessage .feedback form dl dd input,
.nymessage .feedback form dl dd textarea{
	background: #f5f5f5;
}

/*搜索结果*/
.ny-ban .result{
	font-size: 42px;
	line-height: 1;
}
.ny-ban .result em{
	font-size: 44px;
	font-family: din;
	padding: 0 5px;
}
.nysearch{
	padding: 90px 0 100px;
}
.nysearch .result{
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 1;
	display: none;
}
.nysearch .result em{
	font-size: 40px;
	font-family: din;
	padding: 0 5px;
}
.nysearch .list ul {
	margin: -20px -15px;
}
.nysearch .list ul li{
	width: 25%;
	padding: 20px 15px;
}
.nysearch .list ul li .pic{
	padding: 40px;
	background: #f5f5f5;
	position: relative;
	z-index: 0;
}
.nysearch .list ul li .pic img{
	mix-blend-mode: darken;
}
.nysearch .list ul li .pic:before{
	content: "";
	width: 100%;
	height: 0;
    background: rgba(24,140,73,0.8);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    opacity: 0;
	transition: all 0.4s;
}
.nysearch .list ul li .pic i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	opacity: 0;
	z-index: 2;
	transition-delay:0.2s ;
}
.nysearch .list ul li .content{
	margin-top: 30px;
}
.nysearch .list ul li .content .title{
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient:vertical;
}
.nysearch .list ul li .content p{
	font-size: 14px;
	line-height: 26px;
	color: #808080;
	margin: 12px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;

}
.nysearch .list ul li .content .cate{
	display: block;
	font-size: 14px;
	line-height: 1;
}
.nysearch .list ul li .pic:hover img{
    transform: scale(1.1);
}
.nysearch .list ul li .pic:hover:before{
	top: 0;
	height: 100%;
	opacity: 1;
}
.nysearch .list ul li .pic:hover i{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.nysearch .list ul li .content .title:hover {
	color: #188c49;
}
.nysearch .list ul li .content .cate a:hover {
	color: #188c49;
}